home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / bash-1.12 / dist / support / inform < prev    next >
Encoding:
Text File  |  1991-07-07  |  1.5 KB  |  43 lines

  1. Hi.
  2.  
  3. I have mailed the GNU Bash shell to you since it was hard for you to get
  4. a copy otherwise.  The original files were first tar'ed, then
  5. compressed, then uuencoded, and finally split.
  6.  
  7. You can get them back together by:
  8.  
  9.     Saving each mail message WITHOUT THE HEADER in the file
  10.     indicated in the subject line.    When you save the message, make
  11.     certain that each FILE ENDS IN ONE, AND ONLY ONE, NEWLINE.
  12.  
  13.     Concatenate the files together in lexographic order of their
  14.     names.    This means you type "cat bash-1.xx.tar.Z.uu.*" >bash.tar.Z.uu".
  15.  
  16.     uudecode bash.tar.Z.uu
  17.  
  18.     uncompress bash.tar.Z
  19.  
  20.     tar -xvf bash.tar
  21.  
  22. This produces a directory called "bash-1.xx".  The full source to bash
  23. resides in this directory.  Now you can read the README file, or the
  24. INSTALL file, or whatever else I saw fit to put in the distribution.
  25.  
  26. Do not be insulted by this letter.  It is automatically sent to each
  27. person that the shell is mailed to, and is not meant to reflect on any
  28. person's Unix hacking knowledge or expertise.  Hopefully, some people
  29. may have questions answered by it; I certainly would have found a file
  30. such as this one useful the first time I received a set of uuencoded
  31. split files.
  32.  
  33. If you have suggestions for making the mailing of the shell easier on
  34. end users, or for improvements to this cover letter, please let me know!
  35.  
  36. Bug reports for bash should be sent to bash-maintainers@ai.mit.edu.
  37. If this doesn't work for some reason, or you need an immediate reply,
  38. you can try sending mail to me.
  39.  
  40. Brian Fox
  41. bfox@ai.mit.edu
  42. March 22, 1989
  43.